/status/app/licensing/volumeLicenseManager/<ip_address>

Use

Use to view information about the specified license manager.

Parameters

ip_address: IP address of volume license manager

Data Key

The data key contains the IP address.

Data Type

ip-addr

Default Data Value

0

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/licensing/ volumeLicenseManager/10.0.1.77

GET Response

{"/status/app/licensing/volumeLicenseManager/10.0.1.77": {"data": "10.0.1.77",
                                                           "default": False,
                                                           "defaultAllowed": False,
                                                           "deleteAllowed": True,
                                                           "numChildren": 3,
                                                           "redacted": False,
                                                           "sensitive": False,
                                                           "type": "ip-addr"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/app/licensing/volumeLicenseManager/10.0.1.77"}

GET (list children)

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/licensing/ volumeLicenseManager/10.0.1.77?op=list

GET Response

{"/status/app/licensing/volumeLicenseManager/10.0.1.77": {"children": {"/status/app/licensing/volumeLicenseManager/10.0.1.77/errorMessage": {"default": False,
                                                                                                                                                "defaultAllowed": False,
                                                                                                                                                "deleteAllowed": False,
                                                                                                                                                "numChildren": 0,
                                                                                                                                                "sensitive": False,
                                                                                                                                                "type": "string"},
                                                                         "/status/app/licensing/volumeLicenseManager/10.0.1.77/lastAttempt": {"default": False,
                                                                                                                                               "defaultAllowed": False,
                                                                                                                                               "deleteAllowed": False,
                                                                                                                                               "numChildren": 0,
                                                                                                                                               "sensitive": False,
                                                                                                                                               "type": "string"},
                                                                         "/status/app/licensing/volumeLicenseManager/10.0.1.77/status": {"default": False,
                                                                                                                                          "defaultAllowed": False,
                                                                                                                                          "deleteAllowed": False,
                                                                                                                                          "numChildren": 0,
                                                                                                                                          "sensitive": False,
                                                                                                                                          "type": "string"}},
                                                           "default": False,
                                                           "defaultAllowed": False,
                                                           "deleteAllowed": True,
                                                           "numChildren": 3,
                                                           "redacted": False,
                                                           "sensitive": False,
                                                           "type": "ip-addr"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/app/licensing/volumeLicenseManager/10.0.1.77"}

GET (recursively list children)

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/licensing/ volumeLicenseManager/10.0.1.77?level=recurse

  1. /status/app/licensing/volumeLicenseManager/<ip_address> 1. Parameters 2. Data Key
    1. Data Type
    2. Default Data Value 3. Request Methods 4. Related 5. Examples